@charset "UTF-8";

::-webkit-scrollbar {
    display: none
}


/* ---------------------------------- 全局 ---------------------------------- */


/* 头部 */

header {
    /* background: url('../images/index/headht.png') no-repeat center; */
    height: 149px;
    padding: 22px 204px 0 134px;
}

header nav ul {
    width: 705px;
}

header nav ul li {
    font-size: 17px;
    /* font-weight: bold; */
    font-family: '思源黑体';
    position: relative;
    padding-bottom: 11px;
}

header nav ul li .sub_nav {
    display: none;
    position: absolute;
    /*background: #c3c3c31f;*/
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    left: -9px;
    top: 28px;
    z-index: 999;
    width: 87px;
    font-size: 15px;
    font-weight: lighter;
}

header nav ul li:nth-child(3):hover .sub_nav {
    display: block;
}


/* 底部 */

footer {
    /* background: url('../images/footer.png') no-repeat center; */
    height: 446px;
    position: relative;
    background-color: #000000;
    padding-bottom: 30px;
}

footer .top p {
    color: #fff;
    text-align: right;
    margin-right: 91px;
    margin-top: 55px;
    font-size: 12px;
    font-family: '思源黑体';
}

footer .top h1 {
    color: #fff;
    margin-right: 88px;
    font-size: 23px;
    margin-top: 15px;
    font-family: '思源黑体';
}

footer .footer_logo {
     width: 334px; 
    margin: 0 auto;
    display: block;
    margin-top: 44px;
}

footer h6,
footer a {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-top: 192px;
}

footer .erwm {
    position: absolute;
    right: 92px;
    bottom: 29px;
}

.dianjimd {
    position: fixed;
    right: 4.3%;
    bottom: 29.2%;
    z-index: 9999;
}


/* ---------------------------------- 全局 end ---------------------------------- */


/*  */


/* ---------------------------------- 首页 ---------------------------------- */


/* banner */

.banner1 {
    position: relative;
}

.banner1 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0%;
    left: 9px;
    width: 100%;
}

.banner1 .swiper-pagination-bullet {
    width: 40px;
    height: 1px;
    display: inline-block;
    border-radius: 0;
    background: #333;
    opacity: 1;
    margin: 0 5.5px !important;
}

.banner1 .swiper-pagination-bullet-active {
    opacity: 1;
    /* border: 1px solid #abd059; */
    background: #c12c36;
}

.banner1 .swiper-slide {
    position: relative;
}

#banner01 {
    /*padding-bottom: 35px;*/
}

.banner1 .cup {
    position: absolute;
    top: 33.5%;
    left: 20%;
    z-index: 999;
    cursor: pointer;
}

.banner1 .cup p {
    font-size: 66px;
}

.banner1 .cup h1 {
    margin-left: 26%;
    font-size: 27px;
    margin-top: 9.4%;
}

.banner1 .cup h1 span {
    color: red;
    margin: 8px;
}


/* banner end */


/*  */


/*  */

.index_about01bj {
    background: #f5f5f5;
    margin-top: 75px;
    padding-bottom: 76px;
    padding-top: 67px;
}

.index_about01 {
    width: 1220px;
    margin: auto;
    background: #fefefe;
    /* margin-top: 78px; */
}

.index_about01 .left {
    padding-left: 56px;
}

.index_about01 .left p {
    margin-top: 80px;
    font-size: 55px;
    line-height: 70px;
    /* font-weight: bold; */
}

.index_about01 .left h1 {
    width: 83px;
    height: 2px;
    background: #d7787e;
    margin-top: 36px;
}

.index_about01 .left h2 {
    margin-top: 62px;
    font-size: 15px;
    line-height: 22px;
    font-family: '思源黑体';
    color: #5F5D5D;
}

.index_about01 .left h3 {
    margin-top: 70px;
    /* font-weight: 500; */
    margin-bottom: 31px;
    font-size: 14px;
    /* font-weight: bold; */
    font-family: '思源黑体';
}

.index_about01 .right {
    margin-left: 105px;
}

.index_over {
    margin-top: 34px;
    margin-bottom: 15px;
}

.videos {
    display: none;
    position: fixed;
    left: 20%;
    top: 6%;
    z-index: 100;
    height: auto;
    width: 60%;
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}
.videolist:hover {
    cursor: pointer;
}

.videoed {
    display: none;
    height: 691px;
    width: 100%;
    position: absolute;
    top: 45%;
    z-index: 99;
    border-radius: 100%;
}

/*  */


/*  */

.index_about02 {
    padding-bottom: 115px;
    margin-top: 17px;
    padding-top: 76px;
}

.index_about02 .index_about01 p {
    margin-top: 61px;
    font-size: 62px;
    line-height: 74px;
}

.index_about02 .index_about01 h1 {
    margin-top: 40px;
}

.index_about02 .index_about01 h4 {
    font-size: 30px;
    /* font-weight: 600; */
    margin-top: 50px;
}

.index_about02 .index_about01 h2 {
    margin-top: 26px;
}

.index_about02 .index_about01 h3 {
    margin-top: 70px;
    font-size: 14px;
    /* font-weight: bold; */
}


/*  */


/* index_news */

.index_news {
    margin-top: 75px;
    padding-left: 236px;
}

.index_news p.title {
    font-size: 42px;
    /*font-weight: bold;*/
}

.index_news p.title span {
    margin-left: 10px;
    color: #e62129;
}

.index_news ul {
    margin: auto;
    margin-top: 85px;
    width: 1412px;
}

.index_news ul li {
    width: 371px;
    margin-right: 66px;
    margin-bottom: 37px;
}

.index_news ul li .flex {
    margin-top: 17px;
}

.index_news ul li .flex div {
    font-size: 12px;
    /* font-weight: bold; */
}

.index_news ul li .flex i {
    font-size: 12px;
    margin: 0 7px 0 15px;
}

.index_news ul li h1 {
    font-size: 15px;
    margin-top: 30px;
    color: #333;
    /* font-weight: bold; */
}

.index_news ul li h2 {
    font-size: 12px;
    margin-top: 11px;
    line-height: 21px;
    /* font-weight: bold; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 0;
}

.index_news ul li h3 {
    font-size: 15px;
    color: #757475;
    /* font-weight: bold; */
}

.index_gengduos {
    border: 1px solid #333;
    text-align: center;
    display: table;
    justify-content: center;
    margin: auto;
    font-size: 22px;
    border-radius: 100px;
    padding: 2px 22px;
    /*font-weight: bold;*/
    margin-top: 48px;
    margin-bottom: 100px;
}

.index_gengduos span {
    color: #f08519;
    font-size: 24px;
    margin-left: 10px;
    font-weight: bold;
}


/* ---------------------------------- 首页 end ---------------------------------- */


/*  */


/* ---------------------------------- 联系我们 ---------------------------------- */

#container {
    width: 100%;
    height: 782px;
}

.container {
    /* background: url('../images/contact/index.png') no-repeat center;
    height: 620px; */
    position: relative;
}

.container .zxub {
    text-align: center;
    margin-bottom: 113px;
}

.container .zxub p {
    margin-top: 97px;
    font-size: 26px;
    letter-spacing: 1.2px;
    /* font-weight: bold; */
}

.container .zxub h1 {
    font-size: 12px;
    margin-top: 13px;
}

.container .zxub h2 {
    width: 55px;
    height: 2px;
    background: #b3636b;
    margin: auto;
    margin-top: 57px;
}

.container .zxub h3 {
    font-size: 19px;
    margin-top: 54px;
    /* font-weight: bold; */
}

.container .diwo {
    /* border-top: 1px solid #afabab; */
    margin-top: 114px;
    width: 689px;
    justify-content: end;
    align-items: end;
    margin: 111px auto auto;
    align-items: baseline;
    margin-bottom: 150px;
}

.container .diwo .left {
    text-align: center;
    width: 300px;
}

.container .diwo .left p {
    font-size: 25px;
    margin-bottom: 14px;
    color: rgb(15, 15, 15);
    /* font-weight: bold; */
}

.container .diwo .left h1 {
    font-size: 16px;
    margin-bottom: 22px;
    color: rgb(15, 15, 15);
    line-height: 26px;
    margin-left: 19px;
    /* font-weight: bold; */
}

.container .diwo .left h2 {
    font-size: 20px;
    margin-bottom: 17px;
    color: rgb(15, 15, 15);
    line-height: 20px;
    /* font-weight: bold; */
}

.container .diwo .right {
    text-align: center;
    width: 290px;
    margin-left: 80px;
}

.container .diwo .right h4 {
    font-size: 20px;
    margin-bottom: 7px;
    color: rgb(15, 15, 15);
    letter-spacing: 0px;
    margin-left: 54px;
    /* font-weight: bold; */
    /* text-align: center; */
}

.container .diwo .right h5 {
    font-size: 20px;
    margin-bottom: 7px;
    color: rgb(15, 15, 15);
    letter-spacing: 0px;
    margin-left: 65px;
    /* font-weight: bold; */
    margin-top: 30px;
}


/* ---------------------------------- 联系我们 end ---------------------------------- */


/*  */


/* ---------------------------------- 新闻 ---------------------------------- */

.news {
    /* background: url('../images/news/index.png') no-repeat center;
    height: 2870px; */
    position: relative;
}

.news .news_banner {
    position: relative;
    /* padding-top: 16px; */
}

.news .news_banner p {
    position: absolute;
    right: 10.8%;
    top: 36.8%;
    color: #fff;
    font-size: 47px;
}

.news .news_banner h1 {
    position: absolute;
    right: 20.6%;
    top: 49.5%;
    color: #fff;
    font-size: 24px;
    letter-spacing: 2.2px;
}

.news .news_banner .p1 {
    position: absolute;
    right: 24.9%;
    top: 74.7%;
    color: #fff;
    font-size: 24px;
}

.news .index_news ul {
    margin: auto;
    margin-top: 124px;
    width: 1486px;
}

.news .index_news ul li {
    margin-bottom: 77px;
}

.news .index_gengduos {
    margin-top: 18px;
}


/* ---------------------------------- 新闻 end ---------------------------------- */


/*  */


/* ---------------------------------- 礼太 ---------------------------------- */

.generous {
    /* background: url('../images/generous/index.png') no-repeat center; */
    /* height: 5841px; */
    position: relative;
}


/* 轮播图 */

.generous .generous_banner {
    /* margin-top: 36px; */
    padding-top: 0px;
    position: relative;
}

.generous .generous_banner p {
    position: absolute;
    top: 34%;
    left: 11.2%;
    font-size: 56px;
    /* font-weight: bold; */
}

.generous .generous_banner h1 {
    position: absolute;
    top: 46.2%;
    left: 18.5%;
    font-size: 23px;
    /*font-weight: bold;*/
}

.generous .generous_banner img.tub {
    position: absolute;
    top: 60%;
    left: 23.6%;
}


/* 介绍 */

.generous_about {
    text-align: center;
    margin-top: 117px;
}

.generous_about p {
    /*font-family: 'Segoe Print';*/
    font-size: 40px;
    /* font-weight: bold; */
    letter-spacing: 3px;
}

.generous_about h1 {
    height: 2px;
    width: 66px;
    margin: auto;
    background: #744f57;
    margin-top: 51px;
}

.generous_about h2 {
    margin-top: 43px;
    line-height: 38px;
    font-size: 16px;
    /* font-weight: bold; */
}


/*  */

.generous .mingshe_conte {
    /* width: 16.42rem; */
    /* margin-right: 0.44rem; */
    margin-left: 12.3%;
    margin-top: 154px;
}

.generous .mingshe_lbt01 .swiper-pagination-bullet {
    width: 25px;
    height: auto;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
    font-size: 23px;
    display: block;
    color: #717070;
    opacity: 1;
    background: none;
    margin-bottom: 27px;
}

.generous .mingshe_lbt01 .swiper-pagination-bullet-active {
    color: #231915;
    border-bottom: 1px solid #231915;
    border-radius: 0;
}

.generous .mingshe_lbt01 .gallery-top {
    width: 1138px;
    height: 643px;
    margin-left: 130px;
    /* margin-right: 18px; */
}

.generous .mingshe_lbt01 .swiper-pagination {
    position: relative;
    margin-top: 30px;
    /* margin-left: 0%; */
}

.generous .mingshe_lbt01 .gallery-thumbs {
    width: 331px;
    margin-top: 13px;
    height: 643px;
    display: none;
}

.generous .mingshe_lbt01 .gallery-thumbs .swiper-slide {
    height: auto!important;
    margin-bottom: 7px;
}

.generous .mingshe_lbt01 .gallery-thumbs .swiper-slide img {
    width: 331px;
    height: 187px;
    cursor: pointer;
}

.generous .mingshe_lbt01 p {
    margin: 69px 0 29px;
    font-size: 37px;
    letter-spacing: -1px;
    margin-left: 9%;
    /* font-weight: bold; */
}

.generous .mingshe_lbt01 h1 {
    margin-left: 9%;
    font-size: 14px;
    letter-spacing: 2.2px;
    /* margin-bottom: 1.6rem; */
    line-height: 27px;
    /* font-weight: bold; */
}

.generous .products p {
    font-size: 20px;
    margin-left: 6.9%;
    margin-top: 66px;
    margin-bottom: 36px;
}

.generous .products h2 {
    margin-left: 20.3%;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 25px;
    margin-bottom: 35px;
}

.generous .mingshe_conte_two {
    margin-top: 117px;
}

.generous .mingshe_conte_three {
    margin-top: 129px;
    margin-bottom: 123px;
}

.generous_dibu {
    width: 1074px;
    margin: auto;
    margin-top: 102px;
    margin-bottom: 100px;
}

.generous_dibu ul li p {
    /* font-weight: bold; */
    font-size: 26px;
    margin-top: 56px;
    letter-spacing: 0px;
}

.generous_dibu ul li h1 {
    /* font-weight: bold; */
    font-size: 14px;
    margin-top: 29px;
    letter-spacing: 1.9px;
}


/* ---------------------------------- 礼太 end ---------------------------------- */


/*  */


/* ---------------------------------- 全屋定制 ---------------------------------- */

.custommade {
    /* background: url('../images/customMade/index.png') no-repeat center; */
    /* height: 4815px; */
    position: relative;
}

.custommade .custommade_banner {
    position: relative;
    color: #fff;
}

.custommade .custommade_banner p {
    position: absolute;
    right: 10.1%;
    top: 51%;
    /* font-weight: bold; */
    font-size: 45px;
    /* font-family: '方正粗黑宋简体'; */
}

.custommade .custommade_banner h1 {
    position: absolute;
    right: 14.8%;
    top: 61.1%;
    font-size: 18px;
    /* font-weight: bold; */
    /* font-family: '方正粗黑宋简体'; */
}


/*  */

.custommade .custommade_one {
    width: 1138px;
    margin: auto;
    margin-top: 126px;
}

.custommade .custommade_one .top .right {
    text-align: right;
}

.custommade .custommade_one .top .right p {
    margin-top: 55px;
    font-size: 40px;
    /* font-weight: bold; */
    /* font-family: '方正粗黑宋简体'; */
}

.custommade .custommade_one .top .right h1 {
    width: 66px;
    height: 2px;
    background: #83545b;
    margin-left: auto;
    margin-top: 38px;
}

.custommade .custommade_one .top .right h2 {
    margin-top: 28px;
    line-height: 24px;
    color: #a1a1a1;
    margin-bottom: 106px;
    font-size: 12px;
    font-family: '思源黑体';
}

.custommade .custommade_one h3 {
    text-align: center;
    margin-top: 112px;
    font-size: 16px;
    /* font-weight: bold; */
    letter-spacing: 1.5px;
    line-height: 39px;
    /* font-family: '方正粗黑宋简体'; */
}

.custommade .custommade_one h4 {
    /* font-family: '方正粗黑宋简体'; */
    text-align: center;
    font-size: 21px;
    color: #5f5d5d;
    margin-top: 33px;
    /* font-weight: bold; */
}

.custommade .custommade_one h5 {
    text-align: center;
    margin-top: 125px;
    /* font-family: '方正粗黑宋简体'; */
    font-size: 42px;
    /* font-weight: bold; */
}


/*  */

.custommade .custommade_two .image {
    width: 1137px;
    margin: auto;
}

.custommade .custommade_two {
    margin-top: 131px;
}

.custommade .custommade_two ul {
    width: 1137px;
    margin: auto;
    margin-top: 128px;
    padding: 0 68px;
}

.custommade .custommade_two ul li {
    text-align: center;
}

.custommade .custommade_two ul li:nth-child(2n+2) img {
    margin-top: -43px;
}

.custommade .custommade_two ul li p {
    margin-top: 23px;
    /* font-family: '方正粗黑宋简体'; */
    font-size: 16px;
}


/*  */

.custommade .custommade_three {
    margin-top: 129px;
    position: relative;
}

.custommade .custommade_three p {
    position: absolute;
    top: 38.8%;
    text-align: center;
    color: #fff;
    /* font-family: '方正粗黑宋简体'; */
    font-size: 25px;
    line-height: 39px;
    /* font-weight: bold; */
    left: 39%;
}


/*  */

.custommade .custommade_four {
    margin-bottom: 150px;
}

.custommade .custommade_four .flex {
    width: 1220px;
    margin: auto;
    margin-top: 136px;
}

.custommade .custommade_four p {
    text-align: center;
    /* font-family: '方正粗黑宋简体'; */
    margin-top: 123px;
    font-size: 29px;
    letter-spacing: -1px;
    /* font-weight: bold; */
}

.custommade .custommade_four h1 {
    text-align: center;
    margin-top: 42px;
    line-height: 36px;
    font-size: 15px;
    /* font-weight: bold; */
    color: #5f5d5d;
}


/* ---------------------------------- 全屋定制 end ---------------------------------- */


/*  */


/* ---------------------------------- 财富招商 ---------------------------------- */

.Investment {
    /* background: url('../images/Investment/index.png') no-repeat center; */
    /* height: 2607px; */
    position: relative;
}

.Investment_one {
    margin-top: 122px;
    /* padding-top: 52px; */
}

.Investment_one p {
    text-align: center;
    position: relative;
    font-size: 41px;
    /* font-weight: bold; */
    color: #332c2b;
    /* font-family: "方正粗黑宋简体"; */
}

.Investment_one p::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 1px;
    border-top: 2px solid #c4c4c4;
    left: 18.25%;
    top: 45%;
}

.Investment_one p::after {
    content: '';
    position: absolute;
    right: 39.74%;
    width: 500px;
    height: 1px;
    border-top: 2px solid #c4c4c4;
    right: 18.25%;
    top: 45%;
}


/*  */

.merchants_conte {
    width: 1060px;
    margin: 0 auto;
    /* margin-bottom: 1.47rem; */
    margin-top: 95px;
}

.merchants_conte h1 {
    font-size: 34.2px;
    text-align: center;
    padding-bottom: 48px;
    /* font-family: "方正粗黑宋简体"; */
    color: #332c2b;
    /* font-weight: bold; */
}

.merchants_conte ul {
    line-height: 35px;
    color: #5f5d5d;
    font-size: 15px;
    letter-spacing: 1.4px;
    margin-top: 2px;
    /* font-weight: bold; */
    /* font-family: '微软雅黑'; */
}

.merchants_conte ul:first-child {
    border-right: 1px solid #B4B5B5;
    margin-right: 64px;
    padding-right: 55px;
    margin-left: 14.2%;
    padding-top: 3px;
    padding-bottom: 23px;
    margin-top: -1px;
}

.merchants_jmtj h1.title {
    font-size: 34px;
    text-align: center;
    padding-bottom: 55px;
    margin-top: 148px;
}


/*  */

.Investment_two {
    margin-top: 105px;
    position: relative;
}

.Investment_two p {
    position: absolute;
    left: 13.2%;
    top: 26.5%;
    /* font-family: "微软雅黑"; */
    font-size: 38px;
    /* font-weight: bold; */
}

.Investment_two h1 {
    position: absolute;
    height: 1px;
    width: 64px;
    background: #c12c36;
    left: 21.8%;
    top: 50.3%;
}

.Investment_two h2 {
    position: absolute;
    left: 14.8%;
    top: 68%;
    /* font-family: "微软雅黑"; */
    font-size: 20px;
    /* font-weight: bold; */
}

.Investment_two h2 span {
    font-size: 26px;
    margin-left: 5px;
    /* font-family: "微软雅黑"; */
     font-weight: bold; 
}


/*  */

.Investment_three {
    text-align: center;
    margin-bottom: 150px;
}

.Investment_three p {
    /* font-family: "微软雅黑"; */
    font-size: 33px;
    /* font-weight: bold; */
    margin-top: 129px;
    margin-bottom: 51px;
}

.Investment_three h1 {
    width: 20px;
    margin: auto;
    height: 20px;
    background: #333;
    color: #fff;
    border-radius: 100px;
    line-height: 20px;
    font-family: '思源黑体';
}

.Investment_three h2 {
    color: #5f5d5d;
    /* font-family: "微软雅黑"; */
    font-size: 15px;
    /* font-weight: bold; */
    margin-top: 20px;
    margin-bottom: 53px;
}

.Investment_three .image {
    margin-top: 129px;
}


/* ---------------------------------- 财富招商 end ---------------------------------- */


/*  */


/* ---------------------------------- 商品美学 ---------------------------------- */

.product {
    /* background: url('../images/product/index.png') no-repeat center; */
    /* height: 6138px; */
    position: relative;
    width: 1222px;
    margin: auto;
    margin-bottom: 180px;
}


/*  */

.product_banner {
    position: relative;
    /* padding-top: 0; */
}

.product_banner p {
    position: absolute;
    top: 35%;
    left: 14.8%;
    font-size: 52px;
    /* font-weight: bold; */
    /* font-family: "微软雅黑"; */
}

.product_banner h1 {
    position: absolute;
    top: 47%;
    left: 15%;
    /* font-weight: bold; */
    font-size: 20px;
    /* font-family: "微软雅黑"; */
}

.product_banner img.po {
    position: absolute;
    top: 74.2%;
    left: 24.8%;
    width: 50px;
}


/*  */

.product .product_one {
    margin-top: 124px;
    text-align: center;
}

.product .product_one p.title {
    margin-top: 86px;
    /* font-family: "方正粗黑宋简体"; */
    line-height: 38px;
    font-size: 16px;
    /* font-weight: bold; */
}

.product .product_one h1 {
    width: 67px;
    height: 1px;
    background: #83545b;
    margin: auto;
    margin-top: 49px;
}

.product .product_one h2 {
    margin-top: 39px;
    font-size: 12px;
    margin-bottom: 115px;
    color: #a1a1a1;
    line-height: 24px;
    font-family: '思源黑体';
}


/*  */

.product .product_two {
    margin-top: 101px;
    margin-bottom: 92px;
}

.product .product_two .left {
    margin-right: 180px;
}

.product .product_two .left p {
    /* font-family: "方正粗黑宋简体"; */
    font-size: 25px;
    /* font-weight: bold; */
    margin-top: 36px;
}

.product .product_two .left h1 {
    margin-top: 34px;
    /* font-family: "方正粗黑宋简体"; */
    font-size: 15px;
    /* font-weight: bold; */
    color: #5f5d5d;
    line-height: 36px;
    margin-bottom: 126px;
}

.product .product_two .left h2 {
    /* font-family: "方正粗黑宋简体"; */
    font-size: 25px;
    /* font-weight: bold; */
    margin-top: 232px;
}

.product .product_two .left h3 {
    margin-top: 35px;
    /* font-family: "方正粗黑宋简体"; */
    font-size: 15px;
    /* font-weight: bold; */
    color: #5f5d5d;
    line-height: 36px;
    margin-bottom: 152px;
}

.product .product_two .right p {
    /* font-family: "方正粗黑宋简体"; */
    font-size: 25px;
    /* font-weight: bold; */
    margin-top: 155px;
}

.product .product_two .right h1 {
    margin-top: 35px;
    /* font-family: "方正粗黑宋简体"; */
    font-size: 15px;
    /* font-weight: bold; */
    color: #5f5d5d;
    line-height: 36px;
    margin-bottom: 145px;
    letter-spacing: 0.6px;
}


/*  */

.product .product_four {
    margin-top: 121px;
}

.product .product_four p.title {
    margin-top: 82px;
    /*font-family: "方正粗黑宋简体";*/
    line-height: 39px;
    font-size: 16px;
    /* font-weight: bold; */
    text-align: center;
}

.product .product_four h1 {
    width: 67px;
    height: 1px;
    background: #83545b;
    margin: auto;
    margin-top: 49px;
}

.product .product_four h2 {
    margin-top: 40px;
    font-size: 12px;
    margin-bottom: 118px;
    color: #a1a1a1;
    line-height: 22px;
    text-align: center;
}

.product .product_four ul {
    padding: 0 153px;
}

.product .product_four ul li {
    text-align: center;
    border-right: 1px solid #c9c9c8;
    padding-right: 99px;
    padding-top: 15px;
    padding-bottom: 19px;
}

.product .product_four ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.product .product_four ul li h5 {
    /*font-family: "微软雅黑";*/
    margin-top: 50px;
    font-size: 28px;
    /* font-weight: bold; */
}

.product .product_four ul li h6 {
    /*font-family: "微软雅黑";*/
    margin-top: 27px;
    font-size: 16px;
    /* font-weight: bold; */
}


/*  */

.product .product_feve {
    margin-top: 125px;
}

.product .product_feve ul li {
    background: #f3f4f4;
    margin-bottom: 103px;
}

.product .product_feve .right p {
    /*font-family: "微软雅黑";*/
    margin-top: 106px;
    font-size: 25px;
    /* font-weight: bold; */
    margin-left: 93px;
}

.product .product_feve .right h1 {
    /*font-family: "微软雅黑";*/
    margin-top: 39px;
    font-size: 15px;
    /* font-weight: bold; */
    margin-left: 92px;
    line-height: 36px;
}

.product .product_feve .left {
    margin-right: 83px;
}

.product .product_feve .left p {
    /*font-family: "微软雅黑";*/
    margin-top: 105px;
    font-size: 25px;
    /* font-weight: bold; */
    margin-left: 93px;
}

.product .product_feve .left h1 {
    /*font-family: "微软雅黑";*/
    margin-top: 39px;
    font-size: 15px;
    /* font-weight: bold; */
    margin-left: 92px;
    line-height: 35px;
}


/*  */

.product_onetitle {
    margin-top: 82px;
    /* padding-top: 52px; */
}

.product_onetitle p {
    text-align: center;
    position: relative;
    font-size: 41px;
    /* font-weight: bold; */
    color: #332c2b;
    /* font-family: "方正粗黑宋简体"; */
}

.product_onetitle p::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 1px;
    border-top: 2px solid #c4c4c4;
    left: 0.25%;
    top: 45%;
}

.product_onetitle p::after {
    content: '';
    position: absolute;
    right: 39.74%;
    width: 500px;
    height: 1px;
    border-top: 2px solid #c4c4c4;
    right: 0.25%;
    top: 45%;
}


/* ---------------------------------- 商品美学 end ---------------------------------- */


/*  */


/* ---------------------------------- 关于我们 ---------------------------------- */

.about {
     /*background: url('../images/about/02.jpg') no-repeat center;*/
     /*height: 9759px;*/
     position: relative;
     margin-top: 123px;
}


/*  */

.about .about_one .image {
    width: 480px;
    margin: auto;
}

.about .about_one p {
    margin-top: 96px;
    /* font-family: "方正粗黑宋简体"; */
    line-height: 38px;
    font-size: 16px;
    /* font-weight: bold; */
    text-align: center;
}

.about .about_one h1 {
    width: 67px;
    height: 2px;
    background: #9f727d;
    margin: auto;
    margin-top: 48px;
}

.about .about_one h2 {
    margin-top: 39px;
    font-size: 12px;
    margin-bottom: 115px;
    color: #a1a1a1;
    line-height: 22px;
    text-align: center;
    font-family: '思源黑体';
}


/*  */

.about .about_bj {
    background: #fafaf8;
    padding-bottom: 125px;
}

.about .about_title {
    width: 1040px;
    margin: auto;
    /* margin-top: 374px; */
    font-size: 39px;
    /* font-weight: bold; */
    margin-top: 100px;
    /* font-family: "微软雅黑"; */
}

.about .about_title span {
    margin-left: 8px;
    color: #b73638;
    font-weight: bold;
    font-size: 35px;
    /* font-family: "微软雅黑"; */
}

.about .about_pknj {
    width: 1220px;
    margin: auto;
    padding-top: 128px;
}


/*  */

.about .about_two {
    width: 1040px;
    margin: auto;
    margin-top: 98px;
}

.about .about_two .left {
    margin-right: 76px;
}

.about .about_two .left p {
    /* font-family: "方正粗黑宋简体"; */
    font-size: 25px;
    /* font-weight: bold; */
    margin-top: 114px;
}

.about .about_two .left h1 {
    margin-top: 37px;
    /* font-family: "方正粗黑宋简体"; */
    font-size: 15px;
    /* font-weight: bold; */
    color: #5f5d5d;
    line-height: 36px;
    margin-bottom: 251px;
}

.about .about_two .right .imae {
    text-align: right;
    position: relative;
}

.about .about_two .right .image::after {
    content: '';
    position: absolute;
    width: 166px;
    height: 388px;
    background: #f3f4f4;
    left: 0;
    top: 32px;
    z-index: 0;
}

.about .about_two .right p {
    /* font-family: "方正粗黑宋简体"; */
    font-size: 25px;
    /* font-weight: bold; */
    margin-top: 205px;
}

.about .about_two .right h1 {
    margin-top: 41px;
    /* font-family: "方正粗黑宋简体"; */
    font-size: 15px;
    /* font-weight: bold; */
    color: #5f5d5d;
    line-height: 35px;
    /* margin-bottom: 251px; */
}


/*  */

.about .about_three .nghf {
    width: 1220px;
    margin: auto;
}

.about .about_three p {
    width: 1040px;
    margin: auto;
    font-size: 39px;
    /* font-weight: bold; */
    margin-top: 101px;
    letter-spacing: 0px;
    /* font-family: "微软雅黑"; */
}

.about .about_three h6 {
    width: 1040px;
    margin: auto;
    /* font-family: "方正粗黑宋简体"; */
    font-size: 15px;
    /* font-weight: bold; */
    margin-top: 94px;
    line-height: 36px;
    margin-bottom: 126px;
}

.about .about_three h1 {
    width: 1040px;
    margin: auto;
    /* font-family: "方正粗黑宋简体"; */
    font-size: 15px;
    /* font-weight: bold; */
    margin-top: 41px;
    line-height: 34px;
    margin-bottom: 123px;
    letter-spacing: 0.9px;
}

.about .about_three ul {
    padding: 0 25% 0 25.6%;
}

.about .about_three ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.about .about_three ul li {
    text-align: center;
    border-right: 1px solid #c9c9c8;
    padding-right: 99px;
    padding-top: 13px;
    padding-bottom: 17px;
}

.about .about_three ul li h3 {
    /*font-family: "微软雅黑";*/
    margin-top: 52px;
    font-size: 29px;
    /* font-weight: bold; */
}

.about .about_three ul li h4 {
    /*font-family: "微软雅黑";*/
    margin-top: 28px;
    font-size: 16px;
    /* font-weight: bold; */
}

.about .about_four {
    width: 1220px;
    margin: auto;
    margin-top: 120px;
}


/*  */

.about .about_feve {
    /* width: 1040px; */
    margin: auto;
    margin-top: 106px;
    margin-left: 441px;
}

.about .about_feve .about_title {
    width: auto;
    margin: initial;
}

.about .about_feve ul {
    margin-left: 327px;
    margin-top: -3px;
}

.about .about_feve ul li:last-child::after {
    height: 36px;
}

.about .about_feve ul li::after {
    position: absolute;
    /* content: ''; */
    width: 1px;
    height: 63px;
    background: #333;
    top: 2px;
    left: 184px;
}

.about .about_feve ul li::before {
    position: absolute;
    /* content: ''; */
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 100px;
    left: 180.3px;
    top: 6px;
}

.about .about_feve ul li {
    position: relative;
    margin-bottom: 37px;
}

.about .about_feve ul li p {
    font-size: 26px;
    font-family: 'MingLiU-ExtB';
    /* font-weight: bold; */
    font-style: italic;
}

.about .about_feve ul li h1 {
    /* margin-left: 174px; */
    /* font-weight: bold; */
    margin-top: 1px;
    /* font-family: "微软雅黑"; */
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-left: 30px;
    margin-top: 8px;
}

.about .about_feve ul li::after {
    top: -3px;
}


/*  */

.about .about_six {
    width: 1222px;
    margin: auto;
    margin-top: 88px;
}

.about .about_yhft {
    width: 1040px;
    margin: auto;
    margin-top: 102px;
}

.about .about_yhft .about_title {
    width: auto;
    margin: initial;
}

.about .about_yhft h1 {
    /* font-family: "方正粗黑宋简体"; */
    font-size: 15px;
    /*font-weight: bold;*/
    margin-top: -6px;
    line-height: 36px;
    margin-bottom: 73px;
    letter-spacing: 1.4px;
}


/*  */

.about_seven .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.6);
}

.about_seven .swiper-slide-active,
.about_seven .swiper-slide-duplicate-active {
    transform: scale(1.2);
}

.about_seven .swiper-slide img {
    width: 100%;
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}

.about_seven .swiper-container {
    width: 1300px;
    margin: auto;
}

.about_seven {
    position: relative;
    margin-bottom: 180px;
    margin-top: 50px;
}

.about_seven .prev {
    position: absolute;
    left: 260px;
    top: 71px;
}

.about_seven .next {
    position: absolute;
    right: 260px;
    top: 71px;
}

.about_seven .swiper-slide-active img,
.about_seven .swiper-slide-duplicate-active img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.about_seven .prev i,
.about_seven .next i {
    font-size: 37px;
    color: #333;
}

.about_sitx .image{
    width: 762px;
    margin: auto;
}
.about_sitx{
    width: 1120px;
    margin: auto;
    margin-bottom: 147px;
}
.about_sitx p{
    font-size: 16px;
    margin-top: 96px;
    letter-spacing: 1.4px;
    margin-left: 41px;
    line-height: 33px;
}
.about_nine{
    width: 1222px;
    margin: auto;
    text-align: center;
}
.about_nine p{
    font-size: 39px;
    margin-top: 101px;
    /* font-weight: bold; */
}
.about_nine h1{
    margin-top: 45px;
    font-size: 17px;
}
.about_nine h2{
    width: 67px;
    margin: auto;
    height: 2px;
    margin-top: 62px;
    background: #a3767b;
}
.about_nine h3{
    color: #a1a1a1;
    font-size: 12px;
    line-height: 23px;
    margin-top: 40px;
    font-weight: inherit;
}

.about_ne{
    width: 1222px;
    margin: auto;
    margin-top: 132px;
    padding-left: 92px;
    justify-content: space-between;
}
.about_ne .left{
    
}
.about_ne .left img{
    
}

.about_ne .left .went{
    margin-top: 173px;
}
.about_ne .left .went h1{
    font-size: 21px;
    font-weight: bold;
}
.about_ne .left .went h2{
    font-size: 17px;
    margin-top: 17px;
    letter-spacing: 0.6px;
    color: #5f5d5e;
    margin-bottom: 41px;
}
.about_ne .right .went{
    margin-top: 38px;
    margin-left: 48px;
    margin-bottom: 164px;
}
.about_ne .right .went h1{
    font-size: 21px;
    font-weight: bold;
}
.about_ne .right .went h2{
    font-size: 17px;
    margin-top: 17px;
    letter-spacing: 0.6px;
    color: #5f5d5e;
    margin-bottom: 41px;
}

.about_iyu{
    width: 1222px;
    margin: auto;
    margin-top: 140px;
    margin-bottom: 122px;
}

.about_iyu .rety{
    margin-left: 233px;
    margin-top: 99px;
}
.about_iyu .rety p{
    font-size: 40px;
    /* font-weight: bold; */
    letter-spacing: 0;
}
.about_iyu .rety h1{
    margin-left: 194px;
    font-size: 17px;
    line-height: 32px;
    margin-top: -5px;
}


/* ---------------------------------- 关于我们 end ---------------------------------- */


/*  */


/* ---------------------------------- 新闻内页 ---------------------------------- */

.newsneiye .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 22px;
    padding: 0 10%;
    margin-top: 0.5rem;
    margin-bottom: 20px;
}

.newsneiye .xinxiz {
    justify-content: center;
    color: #868383;
    font-size: 14px;
}

.newsneiye .time {
    color: #868383;
    margin-right: 30px;
}

.newsneiye .time i {
    margin-right: 5px;
}

.newsneiye .lll {}

.newsneiye .lll i {
    margin-right: 5px;
    font-size: 13px;
}

.newsneiye .neitongr {
    border-bottom: 1px solid #cec9c9;
    border-top: 1px solid #cec9c9;
    padding: 3% 1%;
    margin: 5% 0;
}

.newsneiye .shangyip {
    font-size: 16px;
    color: #333;
}

.newsneiye .shangyip.xia {
    margin-top: 15px;
    margin-bottom: 80px;
}

.newsneiye .shangyip span {}

.newsneiye .shangyip a {
    color: #7b7575;
    font-size: 14px;
}


/* ------------------------------------------------ 新闻内页 end ------------------------------------------------ */


/*  */


/* ---------------------------------- 喜文化 ---------------------------------- */

.culture_banner {
    position: relative;
}

.culture_banner p {
    position: absolute;
    left: 11%;
    top: 32.9%;
    color: #fff;
    font-size: 47px;
    letter-spacing: -5px;
}

.culture_banner .tub {
    position: absolute;
    left: 18.8%;
    top: 45%;
}


/*  */

.culture {
    width: 1220px;
    margin: auto;
    margin-top: 123px;
}

.culture .topoper {
    text-align: center;
    /* margin-bottom: 500px; */
}

.culture .topoper p {
    font-size: 42px;
    margin-top: 104px;
    /* font-weight: bold; */
    position: relative;
}

.culture .topoper p::after {
    right: 0;
}

.culture .topoper p::after,
.culture .topoper p::before {
    content: '';
    position: absolute;
    width: 460px;
    top: 20px;
    height: 1px;
    background: #b3b3b3;
}

.culture .topoper p::before {
    left: 0;
}

.culture .topoper h1 {
    font-size: 17px;
    margin-top: 85px;
    color: #332c2b;
    line-height: 39px;
}

.culture .topoper h2 {
    font-size: 12px;
    color: #adadad;
    line-height: 21px;
    margin-top: 44px;
}

.culture .topoper h4 {
    width: 66px;
    height: 2px;
    background: #bf7d84;
    margin: auto;
    margin-top: 47px;
}


/*  */

.culture .cente {
    margin-top: 117px;
}

.culture .cente ul {}

.culture .cente ul li {
    margin-bottom: 116px;
    background: #eeeeef;
}

.culture .cente ul li .right {
    width: 100%;
    margin-left: 134px;
    margin-top: 125px;
}

.culture .cente ul li .right p {
    font-size: 27px;
    /* font-weight: bold; */
    letter-spacing: 0.6px;
    color: #332c2b;
}

.culture .cente ul li .right h1 {
    margin-top: 38px;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 1.2px;
    color: #5f5d5d;
}

.culture .cente ul li .left {
    width: 100%;
    margin-left: 134px;
    margin-top: 107px;
}

.culture .cente ul li .left p {
    font-size: 27px;
    /* font-weight: bold; */
}

.culture .cente ul li .left h1 {
    margin-top: 38px;
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 1.2px;
    color: #5f5d5d;
}

.culture .cente ul li:nth-child(3) .right {
    margin-top: 105px;
}

.culture .cente ul li:nth-child(4) .left {
    margin-top: 123px;
}


/*  */

.culture .buttom {
    margin-top: 124px;
    margin-bottom: 136px;
}

.culture .buttom ul {}

.culture .buttom ul li {
    border-right: 1px solid #bababa;
    padding-right: 88px;
    text-align: center;
}

.culture .buttom ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.culture .buttom ul li p {
    /* font-weight: bold; */
    font-size: 29px;
    line-height: 41px;
    margin-top: 37px;
}


/* ---------------------------------- 喜文化 end ---------------------------------- */